home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / vax_ultrix / Makefile
Encoding:
Makefile  |  1995-06-28  |  678 b   |  34 lines

  1. #  Make WWW under ultrix with gcc
  2. #
  3.  
  4.  
  5. # For W3 distribution, machine type for subdirectories
  6. WWW_MACH = vax_ultrix
  7.  
  8. # For ASIS installation, the ASIS code for the machine/os
  9. ASIS_MACH = none
  10.  
  11. CC = gcc
  12. CFLAGS = -g  -DDEBUG -Wall
  13. LFLAGS = -g
  14.  
  15. #    This is bug fix for out-of-date ultrix on cernvax
  16. # LFLAGS = -g pfcode.o -lresolv
  17.  
  18. # Directory for installed binary:
  19. BINDIR = /usr/local/unix
  20.  
  21.  
  22. #_________________ OK if normal W3 distribution
  23. # Where is the WWW source root?
  24. WWW = ../..
  25.  
  26. #  Where should temporary (object) files go?
  27. WTMP = /tmp
  28.  
  29.  
  30. # Where is the W3 object library?
  31. LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
  32.  
  33. include $(WWW)/Library/Implementation/CommonMakefile
  34.